WriteTableLine('Tiny but cute words are best.|Tiny but cute words are best.|Tiny but cute words are best.');
WriteTableLine('A man, a plan, a canal: Panama!|A man, a plan, a canal: Panama!|A man, a plan, a canal: Panama!');
NewLine;
//Use Write, NewLine, and WriteLine
Write('First Font');
Font.Size:=Font.Size+10;
Write(' Second Font');
Font.Size:=Font.Size+10;
Write(' 3rd Font');
Font.Size:=Font.Size-10;
Write(' Fourth Font');
NewLine;
WriteLine('We can use a NewLine after using Write');
NewLine;
//Use WriteLines
Font.Size:=10;
WriteLines(false);
//Do some canvas doodling.
NewPage;
WriteLine('These figures will appear in the preview, but they may or may not print on your printer because of limitations with dithering colors in various printer drivers.');